home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / ezquote4.zip / FAQ.TXT < prev    next >
Text File  |  1994-06-15  |  9KB  |  222 lines

  1.  
  2.                                   EZQuote  4.0
  3.  
  4.                            Frequently Asked Questions
  5.  
  6.  
  7.  
  8.          Q.  Word wrap doesn't work.
  9.  
  10.          A.  EZQuote has two windows - Quote Mode and Edit Mode.
  11.              Normal word wrap is enabled in the Edit Mode window.
  12.  
  13.  
  14.          Q.  What's the point in having the two windows?  It feels
  15.              awkward to me.
  16.  
  17.          A.  It lets you select which sections of the original message
  18.              you want to include in your reply.  The other parts just
  19.              go away when you exit the program, so you don't have to
  20.              spend time deleting them.  In summary, it's faster and
  21.              easier, and tends to produce more concise, better looking
  22.              messages, with less excess quoting.
  23.  
  24.              You can configure EZQuote to operate in one window, but I
  25.              would encourage you to give the two-window approach a
  26.              fair try.  Most users get used to it pretty quickly, and
  27.              never look back.
  28.  
  29.  
  30.          Q.  I would like to do that, but the opening screen delay in
  31.              earlier versions was really long, and I got tired of
  32.              waiting.  Why don't you just do away with the delay?
  33.  
  34.          A.  The opening screen is there to provide a reminder for
  35.              users to register.  Most of us need some kind of
  36.              incentive to register shareware.  The only effective
  37.              alternative was to cripple some of EZQuote's features for
  38.              unregistered users, and I just didn't want to do that.
  39.  
  40.              Version 4.0 now has a variable delay which is a good bit
  41.              shorter, on average, than earlier versions.
  42.  
  43.  
  44.          Q.  Why not provide for a 30-day evaluation period during
  45.              which there is no delay?  After that, make the delay as
  46.              long as you want.
  47.  
  48.          A.  Because that method is easily defeated by reinstalling
  49.              the program from the distribution archive every 30 days.
  50.              If you know an effective way around that problem, I would
  51.              be happy to use that method.
  52.  
  53.  
  54.          Q.  I'm confused.  Does EZQuote "quote" the original message?
  55.              In other words, does it add the writer's initials and the
  56.              ">" mark to each line of the original message?
  57.  
  58.          A.  No.  That must be done by your message reader software
  59.              before sending the message to EZQuote.  EZQuote then lets
  60.              you reformat and "quote" sections of that message in your
  61.              reply. While there is a "Quote" function in EZQuote, it
  62.              adds only the ">" mark to each line of a block of text,
  63.              not the initials.  EZQuote is a text editor.
  64.  
  65.  
  66.          Q.  I'm using the two window configuration, so I basically
  67.              have no use for the Wrap function in Edit Mode.  Is there
  68.              some way I can assign f3 to some other function in Edit
  69.              Mode, while leaving it assigned to Wrap in Quote Mode.
  70.  
  71.          A.  Wrap is a "common-mode" function, which means it operates
  72.              in both windows and must be invoked by the same key in
  73.              both.  However, you can get where you want to go by using
  74.              one level of indirection.
  75.  
  76.              First, change the key assigned to the Wrap function to
  77.              some key you would never actually use, like maybe @j, or
  78.              even a wierd two-key assignment.  Then define a Quote
  79.              Mode macro, assigned to f3, which calls Wrap:
  80.  
  81.              macrodef Q Newwrap f3
  82.              Wonderwrap
  83.  
  84.              This leaves the f3 key available for some other
  85.              assignment in Edit Mode - either an Edit Mode function or
  86.              an Edit Mode macro.
  87.  
  88.  
  89.          Q.  When I Exit, EZQuote gives me the opportunity to change
  90.              the filename.  While I can just hit enter to confirm the
  91.              current filename, I would rather not have to do even
  92.              that.  Can I make it just go ahead and Exit?
  93.  
  94.          A.  Yes. Using the same method as in the previous answer,
  95.              assign some off-the-wall key to the Exit function, then
  96.              define a new common-mode macro which confirms the
  97.              filename automatically:
  98.  
  99.              macrodef B Exitnowdammit f7
  100.              Exit enter
  101.  
  102.              Remember, however, that if you call up EZQuote with no
  103.              filename on the command line, you will have to use the
  104.              off-the-wall key to Exit.
  105.  
  106.  
  107.          Q.  In your macro examples, I notice that some functions in
  108.              the sequence begin with uppercase letters, while others
  109.              do not. Why?
  110.  
  111.          A.  Functions names, as well as macro names, always begin
  112.              with an uppercase letter.  Keynames do not.  So "Up" is a
  113.              function, while "up" is the name of the cursor-up key.
  114.              Normally, the "up" key is assigned to invoke the "Up"
  115.              function, but you can change that.
  116.  
  117.  
  118.          Q.  How do you copy a block of text?
  119.  
  120.          A.  Cut it, then Paste it back before moving the cursor.
  121.              Then move the cursor to the new location(s) and Paste
  122.              again, as many times as you like.  That also works with
  123.              the Del-Line and Undel functions.
  124.  
  125.  
  126.          Q.  When I re-edit a message I've written, it comes up in the
  127.              Quote Mode window.  I have to Mark the whole thing and
  128.              Xfer it to Edit Mode before I can edit it.
  129.  
  130.          A.  Yes, but it might be a bit easier to just Escape into
  131.              Edit Mode and Reload, or define a macro to do either
  132.              sequence for you.  In either case, you will also need to
  133.              use the Soft function on the paragraph you want to change
  134.              so that word wrap will work properly.  (The original soft
  135.              CRs which EZQuote inserted as you typed will have been
  136.              converted to hard CRLFs.)
  137.  
  138.  
  139.          Q.  Why didn't you just enable normal word wrap in Quote
  140.              Mode?
  141.  
  142.          A.  Normal word wrap uses a fairly aggressive algorithm which
  143.              tries to reflow the current line each time a character is
  144.              inserted, deleted or changed, whether you want it to or
  145.              not.  I wanted one window where absolutely nothing
  146.              happens unless you make it happen, and that's the Quote
  147.              Mode window.
  148.  
  149.  
  150.          Q.  Is there a way to set up a left margin, or "smart"
  151.              indenting?
  152.  
  153.          A.  No.
  154.  
  155.  
  156.          Q.  My current editor, MonsterEd, does global-search-and-
  157.              replace, has a 400-operation undo buffer, and will
  158.              calculate my GPS geodetic coordinates to within 1 meter.
  159.              Do you plan to add such features to EZQuote over time, so
  160.              that it gradually becomes bigger and more complex?
  161.  
  162.          A.  No.  EZQuote was intended to be used for composing email
  163.              messages.  It is not a general purpose editor.  If you
  164.              have frequent need for global-search-and-replace when
  165.              writing messages, then you would probably be happier with
  166.              another editor.  Of course then you wouldn't have
  167.              WonderWrap.  Life is full of choices.
  168.  
  169.  
  170.          Q.  EZQuote is so small that at first I wasn't sure I should
  171.              take it seriously.  How did you get so much into such a
  172.              small package?
  173.  
  174.          A.  By writing it in assembly language.  It would be four to
  175.              five times larger if I had used a high-level language.
  176.  
  177.  
  178.          Q.  My CONFIG.EZQ file, containing my total restructuring of
  179.              the key assignments and 98 truly amazing macros, was
  180.              accidentally erased, and I don't have a backup.  Can I
  181.              recreate that file from the information installed in the
  182.              EZQUOTE.COM file?
  183.  
  184.          A.  No.
  185.  
  186.  
  187.          Q.  Using the startup macro, can EZQuote automatically
  188.              WonderWrap the entire file, then Exit?
  189.  
  190.          A.  Yes, provided the file isn't too bi